stack: Remove some confusing whitespace
authorJasper St. Pierre <jstpierre@mecheye.net>
Wed, 9 Oct 2013 22:26:34 +0000 (18:26 -0400)
committerJasper St. Pierre <jstpierre@mecheye.net>
Wed, 9 Oct 2013 22:29:41 +0000 (18:29 -0400)
gtk/gtkstack.c

index eb2afd5de1085b2b47513b9f3835a185f0e6ca83..fd3ac8fe3d5382cda6bb60d1faf59ffd4f69aae8 100644 (file)
@@ -684,7 +684,6 @@ get_bin_window_x (GtkStack      *stack,
         x = allocation->width * (1 - ease_out_cubic (priv->transition_pos));
       if (priv->active_transition_type == GTK_STACK_TRANSITION_TYPE_SLIDE_RIGHT ||
           priv->active_transition_type == GTK_STACK_TRANSITION_TYPE_OVER_RIGHT)
-
         x = -allocation->width * (1 - ease_out_cubic (priv->transition_pos));
     }